GetTargetsResponse

data class GetTargetsResponse(targetInfos: List<TargetInfo>)

Represents response frame that is returned from Target#getTargets operation call. Retrieves a list of available targets.

See also

Constructors

GetTargetsResponse
Link copied to clipboard
fun GetTargetsResponse(targetInfos: List<TargetInfo>)

Properties

targetInfos
Link copied to clipboard
val targetInfos: List<TargetInfo>
The list of targets.

Sources

jvm source
Link copied to clipboard